home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00073_Script_start < prev    next >
Text File  |  1998-08-25  |  99b  |  8 lines

  1. on mousedown
  2.   global flash
  3.   if flash=1 then go the frame +1
  4.   else go frame "start"
  5. end
  6.  
  7.  
  8.